January 20, 2025
Evolution of R Programming
R
is a powerful tool for statistical computing and graphics, widely used in academia and industry for data analysis, statistical modeling, and visualization.Advantages of R programming
Advantages of R programming II
Advantages of R programming III
Applications of R Programming
Applications of R programming II
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
Installation
Plain R user interface with some text entered
R-Studio
You can work directly in R, but a graphical interface is more convenient. One of most popular/useful is RStudio, an integrated development environment (IDE)
a console
a powerful code/script editor featuring
special tools for plotting, viewing R objects and code history
cheatsheets for R programming
tab-completion for object names and function arguments
R-studio Overview
R-studio Overview
help("apply")
# get help for the function?apply
# The same. saves typing effort.?read.table
Questions?
THANKS
🏃